home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en"><HEAD><TITLE>Basic Instance Properties</TITLE></HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
- <p>Instance Icons are displayed with images in management interfaces.
- Select an image file from your local computer by clicking the
- <em>Browse</em> button. The image you select will be uploaded
- to the class for use by instances.</p>
- <p>The instance icon property will be set to give a path to the image.
- The path will be based on the current location of this class and
- will need to be adjusted if the class is moved.</p>
-
- <FORM ACTION="manage_edit" METHOD="POST"
- ENCTYPE="multipart/form-data">
- <TABLE CELLSPACING="2">
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Base classes</TH>
- <TD ALIGN="LEFT" VALIGN="TOP"><dtml-var "_.string.join(ZClassBaseClassNames(), ', ')">
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">title</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="title" SIZE="40"
- value="<dtml-var zClassTitle html_quote>">
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">meta type</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="meta_type" SIZE="40"
- value="<dtml-var classMetaType html_quote>">
- </TD>
- </TR>
- <dtml-if show_class_id>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">class id</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="class_id" SIZE="40"
- value="<dtml-var class_id html_quote>">
- </TD>
- </TR>
- </dtml-if>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP"><EM>icon</EM></TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="icon" SIZE="40"
- value="<dtml-var classIcon html_quote>">
- </TD>
- </TR>
- <TR>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <STRONG>Icon image</STRONG>
- </TD>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <dtml-if classIcon>
- <img src="<dtml-var SCRIPT_NAME>/<dtml-var classIcon
- >?t=<dtml-var ZopeTime fmt=second>" border="0"><br>
- </dtml-if>
- <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
- </TD>
- </TR>
- <TR>
- <TD></TD><TD><BR><INPUT TYPE="SUBMIT" VALUE=" Change "></TD>
- </TR>
- </TABLE></FORM></BODY></HTML>
-
-